Auto merge of #2970 - jirutka:fix-musl-nfs, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Aug 2016 03:01:34 +0000 (20:01 -0700)
committerGitHub <noreply@github.com>
Sun, 7 Aug 2016 03:01:34 +0000 (20:01 -0700)
commite6e1ea7112689bc225d29cddcf8633974737e2a9
tree0caabe6471cab3d134dfb5c8379ca402777d18ea
parenta16cb906ed6dd407d8eec6b89d79afcf8aead429
parenta7f47450c3937a73cfbe96dfae62768fcc852aed
Auto merge of #2970 - jirutka:fix-musl-nfs, r=alexcrichton

Disable is_on_nfs_mount() check on musl libc (fixes #2937)

musl libc doesn't provide constant NFS_SUPER_MAGICK that is used in the is_on_nfs_mount function.